You are here: Using Condition Tables and the Record Dictionary > Using Condition Tables > Using a Record Dictionary File

Using a Record Dictionary File

Condition tables use the Record Dictionary to resolve variables. See the Using the Record Dictionary for Variables for more information.

Here is an example from the Record Dictionary:

* These are the Record definitions

<Records>

Account = Search(61,02)

MeterRead = Search(61,03) Repeating

Detail = Search(61,18) Repeating

 

* These are the variable definitions

 

<Variables>

ACSA = Record(Account) Offset(487) Length(10) Type(Zone) Format(14.2,C)

BMV1 = Record(Message) Offset(159) Length(15) Type(Char)

DTV1 = Record(Detail) Offset(181) Length(18) Type(Zone) Format(18.2,C)

CustomerType = Record(Detail) Offset(100) Length(1) Type(Char)

BIGTEST = Record(Detail) Offset(253) Length(18) Type(Zone) Format(18.2,C)

RPN(BIGTEST 5 * 30.55 + DTV3 + DTV5 -)